@prefix culco: . @prefix rdf: . @prefix rdfs: . @prefix dcterms: . @prefix skosxl: . @prefix skos: . @prefix owl: . @prefix xsd: . @prefix foaf: . @prefix vann: . @prefix bibo: . @prefix schema: . culco:ContentiousIssueScheme a owl:Ontology ; rdfs:subClassOf skos:ConceptScheme ; dcterms:title "CULCO: Concept Scheme for contentious terminology"@en ; rdfs:label "Contentious Issues Scheme"@en ; dcterms:abstract 'The CULCO concept scheme is used to represent contentious terminology. CULCO stands for "cultural contexts". This scheme is used in the Words Matter knowledge graph, which contains Dutch and English contentious terms often found in museum databases. With CULCO, the knowlege graph models relationships between contentious terms, explanations, suggestions on their usage, and alternative terms given by experts from the cultural sector.'@en ; dcterms:created "2022-12-13"^^xsd:date ; dcterms:creator ,, ; dcterms:contributor ; dcterms:license ; rdfs:seeAlso ; schema:image ; bibo:doi "10.5281/zenodo.7456064"@en ; bibo:status "CULCO Scheme Specification"@en ; vann:namespacePrefix "culco"@en ; vann:namespaceURI ; dcterms:replaces ; owl:versionIRI ; owl:versionInfo "1.0.2"@en. a schema:Person ; schema:affiliation "CWI"@en ; foaf:name "Andrei Nesterov"@en ; foaf:mbox ; foaf:homepage . a schema:Person ; schema:affiliation "CWI"@en ; foaf:name "Laura Hollink"@en ; foaf:mbox ; foaf:homepage . a schema:Person ; schema:affiliation "VU University Amsterdam"@en ; foaf:name "Jacco van Ossenbruggen"@en ; foaf:mbox ; foaf:homepage . a schema:Organisation ; schema:name "Stichting Nationaal Museum van Wereldculturen"@en . culco:ContentiousIssue a rdfs:Class; rdfs:label "Contentious Issue"@en ; rdfs:comment "Represents a discussion about a term. In a broader sense, the discussion may have various formats and types (a textual publication, a social media post, a multimedia file, a verbal conversation etc.). A term can be a word or a phrase that causes a discussion. In the case of Words Matter, the discussion is the glossary entry, which takes one page and includes a title (a contentious term), explanations about the term's usage, and suggestions"@en . culco:Suggestion a rdfs:Class ; rdfs:label "Suggestion"@en ; rdfs:comment "A suggestion gives recommendations on how to use a contentious term. It can have concrete alternatives: words and phrases to be used instead of a contentious term in specific contexts. A suggestion can refer to multiple contentious terms. Usually, a Suggestion is a part of a Contentious Issue"@en . culco:hasSuggestion a rdf:Property ; rdfs:domain culco:ContentiousIssue ; rdfs:range culco:Suggestion ; rdfs:label "hasSuggestion"@en ; rdfs:comment "Used to link Contentious Issue to a Suggestion. Contentious Issue may have several Suggestions"@en. culco:hasContentiousLabel a rdf:Property ; rdfs:domain culco:ContentiousIssue ; rdfs:range skosxl:Label ; rdfs:label "hasContentiousLabel"@en ; rdfs:comment "Used to link Contentious Issue to the contentious label(s) it mentions. Suggestion may also mention contentious labels"@en . culco:hasSuggestedLabel a rdf:Property ; rdfs:domain culco:Suggestion ; rdfs:range skosxl:Label ; rdfs:label "hasSuggestedLabel"@en ; rdfs:comment "Used to link Suggestion to the suggested label(s) it mentions."@en . culco:suggestedFor a rdf:Property ; rdfs:domain culco:Suggestion ; rdfs:range skosxl:Label ; rdfs:label "suggestedFor"@en ; rdfs:comment "Used to link Suggestion to the contentious label(s) it is suggested for."@en . culco:hasAltLabelExample a rdf:Property ; rdfs:domain culco:Suggestion ; rdfs:range skosxl:Label ; rdfs:label "hasAltLabelExample"@en ; rdfs:comment "Used with Suggestions when a suggestion gives an example of a contextually appropriate synonym, but not a complete alternative to a contentious label. For example, the term 'Moroccan-Dutch' is one of the possible alternatives for the contentious term 'Allochtoon'"@en . culco:hasUsageExample a rdf:Property ; rdfs:domain culco:Suggestion ; rdfs:range xsd:string ; rdfs:label "hasUsageExample"@en ; rdfs:comment "Used with Suggestions when it gives an example of how a contentious term or its synonym can be used appropriately in speech; usually, it is a phrase providing additional context in which it is appropriate to use the mentioned terms, for example, the phrase 'There was an artistic movement called ‘primitivism’ for the term 'Primitive'"@en .