|
- {
- "@context": {
- "@language": "en",
- "dct": "http://purl.org/dc/terms/",
- "owl": "http://www.w3.org/2002/07/owl#",
- "prop": "https://wandystan.eu/statistics/property/",
- "qb": "http://purl.org/linked-data/cube#",
- "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
- "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
- "sdmx-concept": "http://purl.org/linked-data/sdmx/2009/concept#",
- "sdmx-dimension": "http://purl.org/linked-data/sdmx/2009/dimension#",
- "sdmx-measure": "http://purl.org/linked-data/sdmx/2009/measure#",
- "xsd": "http://www.w3.org/2001/XMLSchema#",
-
- "Datatype": "rdfs:Datatype",
- "DatatypeProperty": "owl:DatatypeProperty",
- "DimensionProperty": "qb:DimensionProperty",
- "FunctionalProperty": "owl:FunctionalProperty",
- "DimensionProperty": "qb:DimensionProperty",
- "MeasureProperty": "owl:MeasureProperty",
- "Ontology": "owl:Ontology",
- "Property": "rdf:Property",
- "defines": {
- "@reverse": "rdfs:isDefinedBy"
- },
- "comment": "rdfs:comment",
- "concept": {
- "@id": "qb:concept",
- "@type": "@id"
- },
- "created": {
- "@id": "dct:created",
- "@type": "xsd:date"
- },
- "creator": {
- "@id": "dct:creator",
- "@type": "@id"
- },
- "description": "dct:description",
- "isDefinedBy": {
- "@id": "rdfs:isDefinedBy",
- "@type": "@id"
- },
- "label": "rdfs:label",
- "license": {
- "@id": "dct:license",
- "@type": "@id"
- },
- "range": {
- "@id": "rdfs:range",
- "@type": "@id"
- },
- "seeAlso": {
- "@id": "rdfs:seeAlso",
- "@type": "@id"
- },
- "subPropertyOf": {
- "@id": "rdfs:subPropertyOf",
- "@type": "@id"
- },
- "title": "dct:title"
- },
- "@id": "prop:",
- "@type": "Ontology",
- "title": "Statistical ontology for on-line discussion spaces",
- "created": "2020-03-06",
- "creator": "https://wandystan.eu/B196",
- "description": "This ontology defines properties used for publication of the statistical data about posts published in on-line discussion groups, lists and fora according to the RDF Data Cube model <https://www.w3.org/TR/vocab-data-cube/>.",
- "license": "https://www.gnu.org/licenses/agpl.html",
- "defines": [
- {
- "@id": "prop:date",
- "@type": ["Property", "DatatypeProperty", "DimensionProperty", "FunctionalProperty"],
- "label": "Date",
- "comment": "Date in which posts were was sent.",
- "concept": "sdmx-concept:refPeriod",
- "range": "xsd:date",
- "subPropertyOf": ["sdmx-dimension:refPeriod", "dct:date"]
- }, {
- "@id": "prop:name_fnv1a32sum",
- "@type": ["Property", "DatatypeProperty"],
- "label": "32-bit FNV-1a sum of a name",
- "comment": "A name for some thing hashed with the 32-bit flavor of the FNV-1a algorithm.",
- "range": "xsd:hexBinary"
- }, {
- "@id": "prop:period",
- "@type": ["Property", "DimensionProperty", "ObjectProperty"],
- "label": "Period",
- "comment": "Period in which posts were sent.",
- "concept": "sdmx-concept:refPeriod",
- "range": "http://www.w3.org/2006/time#Interval",
- "subPropertyOf": ["sdmx-dimension:refPeriod", "dct:date"]
- }, {
- "@id": "prop:posts",
- "@type": ["Property", "DatatypeProperty", "FunctionalProperty", "MeasureProperty"],
- "label": "Number of posts",
- "comment": "Number of posts sent in a certain period of time.",
- "concept": "sdmx-concept:obsValue",
- "range": "xsd:nonNegativeInteger",
- "subPropertyOf": "sdmx-measure:obsValue"
- }, {
- "@id": "prop:sender",
- "@type": ["Property", "DimensionProperty", "FunctionalProperty", "ObjectProperty"],
- "label": "Sender",
- "comment": "Sender of the post (not necessarily a person, may be e.g. an automated posting agent).",
- "range": "dct:Agent"
- }
- ]
- }
|