topic
Property
http://proethica.org/ontology/intermediate#topic
Class Hierarchy
- topic
Definition
Intended on Resource: the subject the resource addresses. A first-class Resource field (decision B2), declared distinct from the otherAttribute overflow string because topic is a known, near-always-present field rather than the uncontrolled tail.
Properties
Range
Kind
datatype
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
proeth:topic a owl:DatatypeProperty ;
rdfs:label "topic"@en ;
rdfs:comment "Intended on Resource: the subject the resource addresses. A first-class Resource field (decision B2), declared distinct from the otherAttribute overflow string because topic is a known, near-always-present field rather than the uncontrolled tail."@en ;
rdfs:range xsd:string .