https://unifiedcyberontology.org/ontology/uco/core#kindOfRelationship
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | core:kindOfRelationship | xsd:string |
@prefix core: <https://unifiedcyberontology.org/ontology/uco/core#> .
@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#> .
core:kindOfRelationship a owl:DatatypeProperty ;
rdfs:label "kindOfRelationship"@en ;
rdfs:comment "A characterization of the nature of a relationship between objects."@en ;
rdfs:range xsd:string .