René's URL Explorer Experiment


Title: DefinedTerm - Schema.org Type

Description: Schema.org Type: DefinedTerm - A word, name, acronym, phrase, etc. with a formal definition. Often used in the context of category or subject classification, glossaries or dictionaries, product or creative work types, etc. Use the name property for the term being defined, use termCode if the term has an alpha-numeric code allocated, use description to provide the definition of the term. Use the about property to specify what the term is about.

direct link

Domain: schema.org


Hey, it has json ld scripts:
{
  "@context": {
    "brick": "https://brickschema.org/schema/Brick#",
    "csvw": "http://www.w3.org/ns/csvw#",
    "dc": "http://purl.org/dc/elements/1.1/",
    "dcam": "http://purl.org/dc/dcam/",
    "dcat": "http://www.w3.org/ns/dcat#",
    "dcmitype": "http://purl.org/dc/dcmitype/",
    "dcterms": "http://purl.org/dc/terms/",
    "doap": "http://usefulinc.com/ns/doap#",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "geo": "http://www.opengis.net/ont/geosparql#",
    "odrl": "http://www.w3.org/ns/odrl/2/",
    "org": "http://www.w3.org/ns/org#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "prof": "http://www.w3.org/ns/dx/prof/",
    "prov": "http://www.w3.org/ns/prov#",
    "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#",
    "schema": "https://schema.org/",
    "sh": "http://www.w3.org/ns/shacl#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "sosa": "http://www.w3.org/ns/sosa/",
    "ssn": "http://www.w3.org/ns/ssn/",
    "time": "http://www.w3.org/2006/time#",
    "vann": "http://purl.org/vocab/vann/",
    "void": "http://rdfs.org/ns/void#",
    "wgs": "https://www.w3.org/2003/01/geo/wgs84_pos#",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@graph": [
    {
      "@id": "schema:DefinedTerm",
      "@type": "rdfs:Class",
      "rdfs:comment": "A word, name, acronym, phrase, etc. with a formal definition. Often used in the context of category or subject classification, glossaries or dictionaries, product or creative work types, etc. Use the name property for the term being defined, use termCode if the term has an alpha-numeric code allocated, use description to provide the definition of the term. Use the about property to specify what the term is about.",
      "rdfs:label": "DefinedTerm",
      "rdfs:subClassOf": {
        "@id": "schema:Intangible"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/894"
      }
    },
    {
      "@id": "schema:Intangible",
      "@type": "rdfs:Class",
      "rdfs:comment": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.",
      "rdfs:label": "Intangible",
      "rdfs:subClassOf": {
        "@id": "schema:Thing"
      }
    },
    {
      "@id": "schema:Thing",
      "@type": "rdfs:Class",
      "rdfs:comment": "The most generic type of item.",
      "rdfs:label": "Thing"
    },
    {
      "@id": "schema:about",
      "@type": "rdf:Property",
      "rdfs:comment": "The subject matter of an object.",
      "rdfs:label": "about",
      "owl:equivalentProperty": {
        "@id": "dcterms:subject"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Certification"
        },
        {
          "@id": "schema:CommunicateAction"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:DefinedTermSet"
        },
        {
          "@id": "schema:Event"
        }
      ],
      "schema:inverseOf": {
        "@id": "schema:subjectOf"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Thing"
      },
      "schema:source": [
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/1670"
        },
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/4588"
        }
      ]
    },
    {
      "@id": "schema:additionalType",
      "@type": "rdf:Property",
      "rdfs:comment": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the\n    use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org style guide.",
      "rdfs:label": "additionalType",
      "rdfs:subPropertyOf": {
        "@id": "rdf:type"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:alternateName",
      "@type": "rdf:Property",
      "rdfs:comment": "An alias for the item.",
      "rdfs:label": "alternateName",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:description",
      "@type": "rdf:Property",
      "rdfs:comment": "A description of the item.",
      "rdfs:label": "description",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:description"
        },
        {
          "@id": "http://ogp.me/ns#description"
        },
        {
          "@id": "https://ref.gs1.org/voc/description"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:TextObject"
        }
      ]
    },
    {
      "@id": "schema:disambiguatingDescription",
      "@type": "rdf:Property",
      "rdfs:comment": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.",
      "rdfs:label": "disambiguatingDescription",
      "rdfs:subPropertyOf": {
        "@id": "schema:description"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:identifier",
      "@type": "rdf:Property",
      "rdfs:comment": "The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.\n        ",
      "rdfs:label": "identifier",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:identifier"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Identifiers/identifiedBy"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:image",
      "@type": "rdf:Property",
      "rdfs:comment": "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].",
      "rdfs:label": "image",
      "owl:equivalentProperty": {
        "@id": "http://ogp.me/ns#image"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:ImageObject"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:inDefinedTermSet",
      "@type": "rdf:Property",
      "rdfs:comment": "A [[DefinedTermSet]] that contains this term.",
      "rdfs:label": "inDefinedTermSet",
      "rdfs:subPropertyOf": {
        "@id": "schema:isPartOf"
      },
      "schema:domainIncludes": {
        "@id": "schema:DefinedTerm"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTermSet"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/894"
      }
    },
    {
      "@id": "schema:mainEntityOfPage",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.",
      "rdfs:label": "mainEntityOfPage",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:mainEntity"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:name",
      "@type": "rdf:Property",
      "rdfs:comment": "The name of the item.",
      "rdfs:label": "name",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:title"
        },
        {
          "@id": "http://ogp.me/ns#title"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Text/hasName"
        }
      ],
      "rdfs:subPropertyOf": {
        "@id": "rdfs:label"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:owner",
      "@type": "rdf:Property",
      "rdfs:comment": "A person or organization who owns this Thing.",
      "rdfs:label": "owner",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:owns"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/4603"
      }
    },
    {
      "@id": "schema:potentialAction",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.",
      "rdfs:label": "potentialAction",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Action"
      }
    },
    {
      "@id": "schema:sameAs",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
      "rdfs:label": "sameAs",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:subjectOf",
      "@type": "rdf:Property",
      "rdfs:comment": "A CreativeWork or Event about this Thing.",
      "rdfs:label": "subjectOf",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:about"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1670"
      }
    },
    {
      "@id": "schema:termCode",
      "@type": "rdf:Property",
      "rdfs:comment": "A code that identifies this [[DefinedTerm]] within a [[DefinedTermSet]].",
      "rdfs:label": "termCode",
      "schema:domainIncludes": {
        "@id": "schema:DefinedTerm"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/894"
      }
    },
    {
      "@id": "schema:url",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of the item.",
      "rdfs:label": "url",
      "owl:equivalentProperty": {
        "@id": "http://ogp.me/ns#url"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    }
  ]
}

Nonesnippet

Links:

Schema.orghttps://schema.org
how we workhttps://schema.org/docs/howwework.html
Schema.orghttps://schema.org/
Docshttps://schema.org/docs/documents.html
Schemashttps://schema.org/docs/schemas.html
Validatehttps://validator.schema.org
Abouthttps://schema.org/docs/about.html
javascript:void(0);
10K - 100K Domains Based on monthly aggregations from Google's web index. https://schema.org/docs/usage_stats.html
Thinghttps://schema.org/Thing
Intangiblehttps://schema.org/Intangible
DefinedTermhttps://schema.org/DefinedTerm
Check for open issues.https://github.com/schemaorg/schemaorg/issues?q=is%3Aissue+is%3Aopen+DefinedTerm
DefinedTermhttps://schema.org/DefinedTerm
abouthttps://schema.org/about
Thinghttps://schema.org/Thing
subjectOfhttps://schema.org/subjectOf
inDefinedTermSethttps://schema.org/inDefinedTermSet
DefinedTermSethttps://schema.org/DefinedTermSet
URLhttps://schema.org/URL
DefinedTermSethttps://schema.org/DefinedTermSet
termCodehttps://schema.org/termCode
Texthttps://schema.org/Text
DefinedTermhttps://schema.org/DefinedTerm
DefinedTermSethttps://schema.org/DefinedTermSet
Thinghttps://schema.org/Thing
additionalTypehttps://schema.org/additionalType
Texthttps://schema.org/Text
URLhttps://schema.org/URL
style guidehttps://schema.org/docs/styleguide.html
alternateNamehttps://schema.org/alternateName
Texthttps://schema.org/Text
descriptionhttps://schema.org/description
Texthttps://schema.org/Text
TextObjecthttps://schema.org/TextObject
disambiguatingDescriptionhttps://schema.org/disambiguatingDescription
Texthttps://schema.org/Text
identifierhttps://schema.org/identifier
PropertyValuehttps://schema.org/PropertyValue
Texthttps://schema.org/Text
URLhttps://schema.org/URL
Thinghttps://schema.org/Thing
background noteshttps://schema.org/docs/datamodel.html#identifierBg
imagehttps://schema.org/image
ImageObjecthttps://schema.org/ImageObject
URLhttps://schema.org/URL
URLhttps://schema.org/URL
ImageObjecthttps://schema.org/ImageObject
mainEntityOfPagehttps://schema.org/mainEntityOfPage
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
background noteshttps://schema.org/docs/datamodel.html#mainEntityBackground
mainEntityhttps://schema.org/mainEntity
namehttps://schema.org/name
Texthttps://schema.org/Text
ownerhttps://schema.org/owner
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
ownshttps://schema.org/owns
potentialActionhttps://schema.org/potentialAction
Actionhttps://schema.org/Action
sameAshttps://schema.org/sameAs
URLhttps://schema.org/URL
subjectOfhttps://schema.org/subjectOf
CreativeWorkhttps://schema.org/CreativeWork
Eventhttps://schema.org/Event
abouthttps://schema.org/about
urlhttps://schema.org/url
URLhttps://schema.org/URL
DefinedTermhttps://schema.org/DefinedTerm
assesseshttps://schema.org/assesses
CreativeWorkhttps://schema.org/CreativeWork
EducationEventhttps://schema.org/EducationEvent
LearningResourcehttps://schema.org/LearningResource
biologicalRolehttps://schema.org/biologicalRole
BioChemEntityhttps://schema.org/BioChemEntity
certificationIdentificationhttps://schema.org/certificationIdentification
Certificationhttps://schema.org/Certification
gs1:certificationIdentificationhttps://www.gs1.org/voc/certificationIdentification
chemicalRolehttps://schema.org/chemicalRole
ChemicalSubstancehttps://schema.org/ChemicalSubstance
MolecularEntityhttps://schema.org/MolecularEntity
competencyRequiredhttps://schema.org/competencyRequired
EducationalOccupationalCredentialhttps://schema.org/EducationalOccupationalCredential
LearningResourcehttps://schema.org/LearningResource
creativeWorkStatushttps://schema.org/creativeWorkStatus
CreativeWorkhttps://schema.org/CreativeWork
credentialCategoryhttps://schema.org/credentialCategory
Credentialhttps://schema.org/Credential
educationalLevelhttps://schema.org/educationalLevel
CreativeWorkhttps://schema.org/CreativeWork
EducationEventhttps://schema.org/EducationEvent
EducationalOccupationalCredentialhttps://schema.org/EducationalOccupationalCredential
LearningResourcehttps://schema.org/LearningResource
educationalUsehttps://schema.org/educationalUse
CreativeWorkhttps://schema.org/CreativeWork
LearningResourcehttps://schema.org/LearningResource
errorCodehttps://schema.org/errorCode
Errorhttps://schema.org/Error
expressedInhttps://schema.org/expressedIn
Genehttps://schema.org/Gene
financialAidEligiblehttps://schema.org/financialAidEligible
Coursehttps://schema.org/Course
EducationalOccupationalProgramhttps://schema.org/EducationalOccupationalProgram
genrehttps://schema.org/genre
BroadcastChannelhttps://schema.org/BroadcastChannel
CreativeWorkhttps://schema.org/CreativeWork
MusicGrouphttps://schema.org/MusicGroup
hasDefinedTermhttps://schema.org/hasDefinedTerm
DefinedTermSethttps://schema.org/DefinedTermSet
Taxonhttps://schema.org/Taxon
hasMolecularFunctionhttps://schema.org/hasMolecularFunction
BioChemEntityhttps://schema.org/BioChemEntity
incentivizedItemhttps://schema.org/incentivizedItem
FinancialIncentivehttps://schema.org/FinancialIncentive
DefinedTermhttps://schema.org/DefinedTerm
Producthttps://schema.org/Product
industryhttps://schema.org/industry
JobPostinghttps://schema.org/JobPosting
isInvolvedInBiologicalProcesshttps://schema.org/isInvolvedInBiologicalProcess
BioChemEntityhttps://schema.org/BioChemEntity
isLocatedInSubcellularLocationhttps://schema.org/isLocatedInSubcellularLocation
BioChemEntityhttps://schema.org/BioChemEntity
jobTitlehttps://schema.org/jobTitle
Personhttps://schema.org/Person
keywordshttps://schema.org/keywords
CreativeWorkhttps://schema.org/CreativeWork
Eventhttps://schema.org/Event
Organizationhttps://schema.org/Organization
Placehttps://schema.org/Place
Producthttps://schema.org/Product
learningResourceTypehttps://schema.org/learningResourceType
CreativeWorkhttps://schema.org/CreativeWork
LearningResourcehttps://schema.org/LearningResource
measurementMethodhttps://schema.org/measurementMethod
DataCataloghttps://schema.org/DataCatalog
DataDownloadhttps://schema.org/DataDownload
Datasethttps://schema.org/Dataset
Observationhttps://schema.org/Observation
PropertyValuehttps://schema.org/PropertyValue
StatisticalVariablehttps://schema.org/StatisticalVariable
measurementTechniquehttps://schema.org/measurementTechnique
MeasurementMethodEnumhttps://schema.org/MeasurementMethodEnum
measurementTechniquehttps://schema.org/measurementTechnique
DataCataloghttps://schema.org/DataCatalog
DataDownloadhttps://schema.org/DataDownload
Datasethttps://schema.org/Dataset
Observationhttps://schema.org/Observation
PropertyValuehttps://schema.org/PropertyValue
StatisticalVariablehttps://schema.org/StatisticalVariable
Observationhttps://schema.org/Observation
StatisticalVariablehttps://schema.org/StatisticalVariable
Datasethttps://schema.org/Dataset
DataDownloadhttps://schema.org/DataDownload
DataCataloghttps://schema.org/DataCatalog
variableMeasuredhttps://schema.org/variableMeasured
Observationhttps://schema.org/Observation
StatisticalVariablehttps://schema.org/StatisticalVariable
variableMeasuredhttps://schema.org/variableMeasured
variableMeasuredhttps://schema.org/variableMeasured
measuredPropertyhttps://schema.org/measuredProperty
measurementTechniquehttps://schema.org/measurementTechnique
measuredPropertyhttps://schema.org/measuredProperty
variableMeasuredhttps://schema.org/variableMeasured
measurementTechniquehttps://schema.org/measurementTechnique
variableMeasuredhttps://schema.org/variableMeasured
measurementTechniquehttps://schema.org/measurementTechnique
variableMeasuredhttps://schema.org/variableMeasured
PropertyValuehttps://schema.org/PropertyValue
variableMeasuredhttps://schema.org/variableMeasured
measurementTechniquehttps://schema.org/measurementTechnique
MeasurementMethodEnumhttps://schema.org/MeasurementMethodEnum
patternhttps://schema.org/pattern
CreativeWorkhttps://schema.org/CreativeWork
Producthttps://schema.org/Product
physicalRequirementhttps://schema.org/physicalRequirement
JobPostinghttps://schema.org/JobPosting
potentialUsehttps://schema.org/potentialUse
ChemicalSubstancehttps://schema.org/ChemicalSubstance
MolecularEntityhttps://schema.org/MolecularEntity
programTypehttps://schema.org/programType
EducationalOccupationalProgramhttps://schema.org/EducationalOccupationalProgram
pronounshttps://schema.org/pronouns
Personhttps://schema.org/Person
StructuredValuehttps://schema.org/StructuredValue
DefinedTermhttps://schema.org/DefinedTerm
sensoryRequirementhttps://schema.org/sensoryRequirement
JobPostinghttps://schema.org/JobPosting
sizehttps://schema.org/size
CreativeWorkhttps://schema.org/CreativeWork
Producthttps://schema.org/Product
SizeSpecificationhttps://schema.org/SizeSpecification
widthhttps://schema.org/width
heighthttps://schema.org/height
depthhttps://schema.org/depth
weighthttps://schema.org/weight
skillshttps://schema.org/skills
JobPostinghttps://schema.org/JobPosting
Occupationhttps://schema.org/Occupation
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
taxonomicRangehttps://schema.org/taxonomicRange
BioChemEntityhttps://schema.org/BioChemEntity
teacheshttps://schema.org/teaches
CreativeWorkhttps://schema.org/CreativeWork
EducationEventhttps://schema.org/EducationEvent
LearningResourcehttps://schema.org/LearningResource
valueReferencehttps://schema.org/valueReference
PropertyValuehttps://schema.org/PropertyValue
QualitativeValuehttps://schema.org/QualitativeValue
QuantitativeValuehttps://schema.org/QuantitativeValue
variesByhttps://schema.org/variesBy
ProductGrouphttps://schema.org/ProductGroup
ProductGrouphttps://schema.org/ProductGroup
CategoryCodehttps://schema.org/CategoryCode
https://github.com/schemaorg/schemaorg/issues/894https://github.com/schemaorg/schemaorg/issues/894
Example 1https://schema.org/DefinedTerm#eg-0287
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 2https://schema.org/DefinedTerm#eg-0314
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 3https://schema.org/DefinedTerm#eg-0315
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 4https://schema.org/DefinedTerm#eg-0316
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Terms and conditionshttps://schema.org/docs/terms.html

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.