https://unifiedcyberontology.org/ontology/uco/observable#visitCount
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:visitCount | xsd:integer |
@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
observable:visitCount a owl:DatatypeProperty ;
rdfs:label "visitCount"@en ;
rdfs:comment "Specifies the number of times a URL has been visited by a particular web browser."@en ;
rdfs:range xsd:integer .