https://unifiedcyberontology.org/ontology/uco/observable#urlHistoryEntry
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:urlHistoryEntry | observable:URLHistoryEntry |
@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#> .
observable:urlHistoryEntry a owl:ObjectProperty ;
rdfs:label "URL History Entries"@en ;
rdfs:comment "Specifies a URL history record stored in the browser's history."@en ;
rdfs:range observable:URLHistoryEntry .